X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/templates.html%20%28Case%20Conflict%201%29 diff --git a/docs/source/templates.html (Case Conflict 1) b/docs/source/templates.html (Case Conflict 1) new file mode 100644 index 00000000..fcaa25b6 --- /dev/null +++ b/docs/source/templates.html (Case Conflict 1) @@ -0,0 +1,31 @@ + + + The source code + + + + +
// In AIR, XTemplates must be created at load time
+Templates = {
+	categoryCombo: new Ext.XTemplate(
+		'
{listName}
' + ), + timeField: new Ext.XTemplate( + '
{text}
' + ), + + gridHeader : new Ext.Template( + '', + '{cells}', + '', + '', + '', + '', + '', + '', + "
" + ) +}; +
+ + \ No newline at end of file